All Questions
2 questions
6votes
3answers
1kviews
Simple parenthesis removal - JavaScript
I solved the following problem: You will be given a mathematical string and your task will be to remove all braces as follows: ...
1vote
1answer
2kviews
Math expression parser in JavaScript
I've written the second iteration of my math expression parser, utilising what I learned from the first attempt to make a more reliable, maintainable piece of code. If anybody wants to see the first ...